projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f12dae2
)
(Ffile_attributes): Fix comment in last change.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 27 Aug 2008 19:11:40 +0000
(19:11 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 27 Aug 2008 19:11:40 +0000
(19:11 +0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 143e947760353ddfb55ff6c5317e4bfad267d56c..0ae24f2154893ec924d9dcb6e52a05d7c072122e 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-1000,8
+1000,8
@@
which see. */)
{
/* To allow inode numbers beyond 32 bits, separate into 2 24-bit
high parts and a 16-bit bottom part.
- The code on the next line avoids a compiler warning on
some
- systems (bug#766). */
+ The code on the next line avoids a compiler warning on
+ systems
where st_ino is 32 bit wide.
(bug#766). */
EMACS_INT high_ino = s.st_ino >> 31 >> 1;
EMACS_INT low_ino = s.st_ino & 0xffffffff;